home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Updates, etc. / Resorcerer 1.2.1-1.2.4 Update / 1.2.1 --> 1.2.4 News next >
Text File  |  1993-12-05  |  5KB  |  49 lines

  1. Resorcerer 1.2.1 --> 1.2.3
  2. =======================
  3.  
  4.  
  5. New Features in 1.2.4
  6. -------------------
  7.  
  8. The Color Pixel editors now restore a dragged selection to its original position when you change to another image in the family that's the same size.  This makes it easier to drag a selection in all the family icons of the same size.
  9.  
  10. The Dialog Editor now supports a variety of Align item commands.  The old Align to Crosshair command in the item menu now supports a sub-menu for the different options (including the old one).  Most of these are similar to ResEdit’s Alignment menu.  Align to Crosshair currently stretches items by default, moving them if the Shift key constrains.  The Align with Top/Left/Bottom/Right Edges commands move the items by default, and stretch them if the Shift key is down.
  11.  
  12. In addition, the Align to Text Ends command vertically aligns a selection of 2 or more text items using the points two pixels past the end of each text string.  All selected items are aligned to the right (or left) edge of the selection’s bounding box, depending on whether the style of the text is a left-to-right (right-to-left) font.  Holding the Option key down flips the right-to-left sense.  If you’ve ever spent too much time trying to get Static text items, all ending in colons, to align vertically, you should like this command.
  13.  
  14. When editing a dialog with the Dialog Editor, the TAB key now cycles forward by item number through all items in the item list, selecting each one in sequence, including any hidden items.
  15.  
  16. The View Menu now includes the names of any hidden but still open File Windows in its list of window titles.  This lets you selectively unhide individual File Windows.
  17.  
  18. The View Menu now marks the frontmost window name with a bullet (•).  You know, like Billboard Magazine :).
  19.  
  20. The Preferences... dialog, General Preferences section, now lets you turn off accumulation in the <Resource Scrap> file.  When this option is set, the <Resource Scrap> file behaves more like the standard Mac clipboard, that is, it is cleared just before any Copy or Cut from another File Window.  If you undo a Cut or Clear, the old resources in the <Resource Scrap> are returned.  This means that to reclaim the memory for a large amount of data in the <Resource Scrap> file, you have to go and do something else undo-able first.
  21.  
  22. The Speech Templates file now has filtered templates for the ‘rule’ and ‘glob’ Speech Manager resources, as well as the previous template for the ‘dict’ resource.
  23.  
  24. Compare Two Files now operates on the front two windows, and is enabled if 2 or more files are open.  Previously, it was enabled only if exactly two files were open.
  25.  
  26. The Color Icon (‘cicn’) and Pattern (‘ppat’) Editors now create new color icons and patterns with dimensions the same as the last one created or brought to the front.
  27.  
  28. The Color Icon (‘cicn’), Pattern (‘ppat’), and Cursor (‘crsr’) Editors used to be hardwired to default for new color resources to 4-bits/pixel.  There is a new preference that lets you set this to 8-bits/pixel.  The preference is independent for each of the three types of color resource.
  29.  
  30.  
  31. 1.2.1 --> 1.2.4 Bug Fixes
  32. ----------------------
  33.  
  34. Growing a 'cicn' or a 'ppat' resource with the Scale Image option is now fixed so as not to cause a bad heap and crash.
  35. Opening a 'cicn' with a missing 1-bit image now initializes the internal 1-bit image to something more reasonable than garbage.
  36. The missing resource reference check in the Dialog Editor now distinguishes between skipping the rest of the check and canceling.
  37. Fixed a long-standing intermittent bug in the Data Editor when copying and pasting repeated list items that include skip offsets or sizeof fields (like help message records).
  38.  
  39. The preprocessor in the script interpreter now ignores most directives it doesn’t recognize or support.
  40.  
  41. Fixed a bug in the 'PICT' template filter that was misparsing the BitsRect/BitsRgn opcodes in version 2 picts when they were only BitMaps.  Apple’s PICT.r file is wrong on this.
  42.  
  43. Resource files are now checked to see if they are already open as part of your runtime environment.  If they are, they are no longer closed when you think you've closed them.  In addition, already open files now have the proper resource map walked during the initial Resorcerer scan.  This means that you can now open and edit a System 7.1 Font folder file and have things work pretty much as expected.  However, there is no guarantee here.  If you are having problems editing a 7.1 font file in the Fonts folder, make a copy, drag it out of the folder, and then edit it.
  44.  
  45. Current (that is, always open) System Enabler files are now strictly off-limits.  Older versions of Resorcerer open them incorrectly; 1.2.4 now forces you to make a copy, which you should be able to edit or browse normally (no guarentees, here).  The undocumented hacking that the Resource Manager has suffered to implement enablers under 7.1 makes the support of direct editing of open enablers very unpleasant for third-parties.
  46.  
  47. Fixed a bug having to do with the non-opening of locked files in the Finder.
  48.  
  49.